PushNodesByBackendIdsToFrontendResponse

data class PushNodesByBackendIdsToFrontendResponse(nodeIds: List<NodeId>)

Represents response frame that is returned from DOM#pushNodesByBackendIdsToFrontend operation call. Requests that a batch of nodes is sent to the caller given their backend node ids.

See also

Constructors

PushNodesByBackendIdsToFrontendResponse
Link copied to clipboard
fun PushNodesByBackendIdsToFrontendResponse(nodeIds: List<NodeId>)

Properties

nodeIds
Link copied to clipboard
val nodeIds: List<NodeId>
The array of ids of pushed nodes that correspond to the backend ids specified in backendNodeIds.

Sources

jvm source
Link copied to clipboard